home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #5 / Amiga Plus CD - 1996 - No. 5.iso / pd / texte / thor_api / common / noname.asm < prev    next >
Assembly Source File  |  1993-05-13  |  126b  |  7 lines

  1.         section text,code
  2.  
  3.         xref    _NoName                  * Name of C program to start with.
  4.  
  5.     jmp    _NoName(PC)
  6.  
  7.     END